In This Topic
Sets the name of the optional content group.
Syntax
public void setName(
java.lang.String
)
|
Parameters
- name
- The name of the optional content group.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When name is null or empty. |
See Also